File Aliases
Documentation /
Administrator Docs /
Developer Docs /
Index /
Administration Contents
This document has the following sections:
The File Alias page allows you to define an "alias" (or shortcut) for
files you want to easily find on your machine.
For example, suppose you are developing a set of web pages, and you want
a quick way to access them without having to enter a long URL. If Java
Server is running on your machine, named nightsky
, and your user
name is galileo
, the real path might be:
http://nightsky:8080/~galileo/march97/planets/visible/moon.html
However, to shorten it, you could use the following alias settings:
Alias Pathname:/shortcut
Full Pathname:/~galileo/march97/planets/visible
To use the alias and connect to the file moon.html
, type the URL:
http://nightsky:8080/shortcut/moon.html
Settings
Alias Pathname
The file shortcut you are assigning to use in place of the full pathname.
Full Pathname
The actual pathname for the files you are using.
To Add a File Alias:
- Click Add.
- Enter the alias pathname.
- Enter the full pathname.
- Click Save.
To Delete a File Alias:
- Select the alias.
- Click Remove.
- Click Save.
To Modify a File Alias:
- Select an entry.
- Click Modify.
- Enter the new information.
- Press Return.
- Click Save.
Buttons
To make changes to the File Alias page and have those settings
take affect, use the five buttons at the bottom of the screen. These
are:
- Add - Adds a new alias pathname to your alias list.
- Modify - Selects a field and allows you to modify the selected
alias pathname.
- Remove - Removes the selected alias from the alias list.
- Save - Writes your changes to the JavaServer and changes
the settings.
- Revert - Takes you back to the previously saved settings for all
fields in the screen. Use this button to undo changes you have not yet
saved.
Note: If you Add, Modify, or Remove an alias pathname, you must
Save before the changes take affect.
Top
java-server-feedback@java.sun.com